projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828acee
)
parasite: Use the right icon name for inspect
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 4 May 2014 13:27:41 +0000
(09:27 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 11 May 2014 02:04:14 +0000
(22:04 -0400)
modules/other/parasite/inspect-button.c
patch
|
blob
|
history
diff --git
a/modules/other/parasite/inspect-button.c
b/modules/other/parasite/inspect-button.c
index 5bfe5debe2c324a00f77540b3eed87a841a729cd..b1485283f9355241136c6ff44b600cd14ff8f24f 100644
(file)
--- a/
modules/other/parasite/inspect-button.c
+++ b/
modules/other/parasite/inspect-button.c
@@
-294,7
+294,7
@@
gtkparasite_inspect_button_new (ParasiteWindow *parasite)
{
GtkWidget *button;
- button = gtk_button_new_from_icon_name ("find", GTK_ICON_SIZE_BUTTON);
+ button = gtk_button_new_from_icon_name ("
edit-
find", GTK_ICON_SIZE_BUTTON);
gtk_widget_set_tooltip_text (button, "Inspect");
g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (on_inspect), parasite);